Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding a MontoringManager storing statistics for given set of containers #499

Merged
merged 6 commits into from
Mar 14, 2024

Conversation

axel7083
Copy link
Contributor

@axel7083 axel7083 commented Mar 11, 2024

What does this PR do?

This PR adds a simple Manager which is responsible of getting stats information for a set of containers. To avoid exploding the memory of the host we only keep the last 5 minutes per container.

Screenshot / video of UI

What issues does this PR fix or reference?

Fixes #498

How to test this PR?

  • Tests has been provided

@axel7083 axel7083 requested a review from a team as a code owner March 11, 2024 17:49
@axel7083 axel7083 requested review from benoitf, jeffmaury and feloy March 11, 2024 17:49
Signed-off-by: axel7083 <[email protected]>
@axel7083 axel7083 added the kind/feature 💡 Issue for requesting a new feature label Mar 12, 2024
@axel7083 axel7083 requested a review from feloy March 13, 2024 10:13
@axel7083
Copy link
Contributor Author

cc @feloy

@axel7083 axel7083 merged commit 5dba7db into containers:main Mar 14, 2024
4 checks passed
mhdawson pushed a commit to mhdawson/podman-desktop-extension-ai-lab that referenced this pull request Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature 💡 Issue for requesting a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create a MonitoringManager to store some history data about the CPU/RAM usage for a given container
2 participants